home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cricao de Sites - 650 Layouts Prontos
/
WebMasters.iso
/
Codigos_Prontos
/
CSS
/
Texto
/
CSS Drop Caps.txt
< prev
next >
Wrap
Text File
|
2008-08-19
|
277b
|
10 lines
<p class="introduction"> This paragraph has the class "introduction". If your browser supports the pseudo-class "first-letter", the first letter will be a drop-cap.
p.introduction:first-letter {
font-size : 300%;
font-weight : bold;
float : left;
width : 1em;
}